Skip to content

Commit

Permalink
Merge pull request #162 from inverted-ai/develop
Browse files Browse the repository at this point in the history
Update publish-to-pypi.yml
  • Loading branch information
Ruishenl authored Dec 13, 2023
2 parents aab5600 + 047e3fa commit 1d96d05
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions .github/workflows/publish-to-pypi.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,6 @@ jobs:
build-n-publish:
name: Build and publish Python 🐍 distributions 📦 to PyPI
runs-on: ubuntu-latest
needs: CI
steps:
- uses: actions/checkout@master
- name: Set up Python 3.10
Expand All @@ -35,4 +34,4 @@ jobs:
if: startsWith(github.ref, 'refs/tags')
uses: pypa/gh-action-pypi-publish@release/v1
with:
password: ${{ secrets.PYPI_API_TOKEN }}
password: ${{ secrets.PYPI_API_TOKEN }}

0 comments on commit 1d96d05

Please sign in to comment.