Skip to content

Commit

Permalink
Update release.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
chrispyles authored Jan 27, 2024
1 parent 3ca56d4 commit 6be9823
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -48,12 +48,12 @@ jobs:
git commit -am 'release v${{ github.event.inputs.version }}'
git push --set-upstream origin release
# - name: Create dist and push to PyPI
# env:
# TWINE_USERNAME: __token__
# TWINE_PASSWORD: ${{ secrets.PYPI_API_TOKEN }}
# run: |
# python3 setup.py sdist bdist_wheel
- name: Create dist and push to PyPI
env:
TWINE_USERNAME: __token__
TWINE_PASSWORD: ${{ secrets.PYPI_API_TOKEN }}
run: |
python3 setup.py sdist bdist_wheel
# python3 -m twine upload dist/*

- name: Create a release on GitHub
Expand Down

0 comments on commit 6be9823

Please sign in to comment.