Skip to content
This repository was archived by the owner on Jun 22, 2025. It is now read-only.

Commit 2276c55

Browse files
Temporary patch for PyPi deployments
This action was broken in the latest release. pypa/gh-action-pypi-publish#20 follows the issue.
1 parent 16bdbbf commit 2276c55

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/main.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ jobs:
2020
- name: Build a source distribution
2121
run: python setup.py sdist
2222
- name: Publish to prod PyPI
23-
uses: pypa/gh-action-pypi-publish@master
23+
uses: pypa/gh-action-pypi-publish@4f4304928fc886cd021893f6defb1bd53d0a1e5a
2424
with:
2525
user: __token__
2626
password: ${{ secrets.pypi_token }}

0 commit comments

Comments
 (0)