Skip to content
This repository has been archived by the owner on May 30, 2024. It is now read-only.

Commit

Permalink
Fix errors in workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
joshua-seals committed Aug 9, 2023
1 parent 2bffdb4 commit e3471db
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions .github/workflows/pypi-dev-upload.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,8 +10,8 @@ on:
paths-ignore:
- README.md
- .old_cicd/*
- .github/*
- .github/workflows/*
# - .github/*
# - .github/workflows/*
- LICENSE
- .gitignore
- .dockerignore
Expand All @@ -36,7 +36,6 @@ jobs:
# Each new push will trigger a dev build on develop.

- name: Edit __init__.py version for develop release
if: ${{ github.ref_name == develop }}
run: |
R_VERSION=$(grep VERSION ./tycho/__init__.py | awk '{ print $3 }' | tr -d '"')
date=$(date '+%Y%m%d%H%M%S')
Expand Down

0 comments on commit e3471db

Please sign in to comment.