Skip to content

Commit

Permalink
Update python-publish.yaml
Browse files Browse the repository at this point in the history
  • Loading branch information
tiadams authored Dec 21, 2023
1 parent 17c42dc commit 4b4a769
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion .github/workflows/python-publish.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,6 @@ jobs:
run: |
VERSION=${{ github.event.release.tag_name }}
sed -i "s/version='.*'/version='${VERSION}'/" setup.py
- name: Commit and push changes
- name: Commit & push package version
run: |
VERSION=${{ github.event.release.tag_name }}
Expand Down

0 comments on commit 4b4a769

Please sign in to comment.