Skip to content

Commit 83e59b0

Browse files
committed
Update Publish package
Signed-off-by: Karel Blavka <karel.blavka@hardwario.com>
1 parent 5fff4b7 commit 83e59b0

1 file changed

Lines changed: 2 additions & 5 deletions

File tree

.github/workflows/publish.yml

Lines changed: 2 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -23,8 +23,5 @@ jobs:
2323
- name: Build package
2424
run: ./build.sh
2525

26-
- name: Publish package
27-
uses: pypa/gh-action-pypi-publish@27b31702a0e7fc50959f5ad993c78deac1bdfc29
28-
with:
29-
user: bigclownlabs
30-
password: ${{ secrets.PYPI_API_TOKEN }}
26+
- name: Publish package distributions to PyPI
27+
uses: pypa/gh-action-pypi-publish@release/v1

0 commit comments

Comments
 (0)