Skip to content

Commit b4e998a

Browse files
chore: 💚 trying different PyPi GH action
1 parent 291f4b9 commit b4e998a

1 file changed

Lines changed: 2 additions & 3 deletions

File tree

.github/workflows/publish_package.yml

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -31,8 +31,7 @@ jobs:
3131
- name: Build package
3232
run: python -m build --sdist --wheel . --outdir dist
3333

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

0 commit comments

Comments
 (0)