Skip to content

Commit

Permalink
Undo update release workflow for pypi
Browse files Browse the repository at this point in the history
  • Loading branch information
makermelissa committed Jan 29, 2024
1 parent 2980644 commit 5dde789
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -35,6 +35,9 @@ jobs:
sudo make install-python PYTHON=$(which python3)
- name: Build and publish
if: contains(steps.need-pypi.outputs.setup-py, 'setup.py')
env:
TWINE_USERNAME: ${{ secrets.pypi_username }}
TWINE_PASSWORD: ${{ secrets.pypi_password }}
run: |
python setup.py sdist
twine upload dist/*

0 comments on commit 5dde789

Please sign in to comment.