Skip to content

Commit

Permalink
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 6a1ad4e commit 2980644
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -35,9 +35,6 @@ 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 2980644

Please sign in to comment.