Skip to content

Commit

Permalink
chore: 💚 trying different PyPi GH action
Browse files Browse the repository at this point in the history
  • Loading branch information
xaviernogueira committed Feb 21, 2024
1 parent 291f4b9 commit b4e998a
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions .github/workflows/publish_package.yml
Original file line number Diff line number Diff line change
Expand Up @@ -31,8 +31,7 @@ jobs:
- name: Build package
run: python -m build --sdist --wheel . --outdir dist

- name: Publish package
uses: pypa/gh-action-pypi-publish@27b31702a0e7fc50959f5ad993c78deac1bdfc29
- name: Publish package to PyPi
uses: pypa/gh-action-pypi-publish@release/v1
with:
user: ${{ secrets.PYPI_USERNAME }}
password: ${{ secrets.PYPI_PASSWORD }}

0 comments on commit b4e998a

Please sign in to comment.