Skip to content

Commit

Permalink
Update publish.yml
Browse files Browse the repository at this point in the history
Fix problem in workflow
  • Loading branch information
jscruz authored Mar 13, 2021
1 parent 32cbc16 commit efae7bb
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ jobs:
python3 setup.py install
python3 setup.py test
- uses: olegtarasov/get-tag@v2
- uses: olegtarasov/get-tag@v2.1
name: Set tag envronment variable

- name: Set version number
Expand All @@ -38,4 +38,4 @@ jobs:
TWINE_PASSWORD: ${{ secrets.PYPI_TOKEN }}
run: |
python setup.py sdist bdist_wheel
twine upload dist/*
twine upload dist/*

0 comments on commit efae7bb

Please sign in to comment.