Skip to content

Commit

Permalink
Merge pull request #107 from xethorn/no-task/update-package-release
Browse files Browse the repository at this point in the history
Update publish.yml
  • Loading branch information
xethorn authored Sep 14, 2024
2 parents c267fc8 + 173525e commit 9919d5e
Showing 1 changed file with 3 additions and 5 deletions.
8 changes: 3 additions & 5 deletions .github/workflows/publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,10 +19,8 @@ jobs:
run: |
python -m pip install --upgrade pip
pip install setuptools wheel twine
- name: Build and publish
env:
TWINE_USERNAME: ${{ secrets.PYPI_USERNAME }}
TWINE_PASSWORD: ${{ secrets.PYPI_PASSWORD }}
- name: Build
run: |
python setup.py sdist bdist_wheel
twine upload dist/*
- name: Publish
uses: pypa/gh-action-pypi-publish@release/v1

0 comments on commit 9919d5e

Please sign in to comment.