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

Commit c2ced82

Browse files
committed
providing the correct branch name for PyPI publisher action
1 parent c9520fd commit c2ced82

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/test_and_deploy.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -139,7 +139,7 @@ jobs:
139139
# NOTE: we assume that dist/ contains a built sdist (and only that).
140140
# Yes, we could be more defensively, but What Could Go Wrong?™
141141
- name: Publish package to PyPI
142-
uses: pypa/gh-action-pypi-publish@main
142+
uses: pypa/gh-action-pypi-publish@master
143143
with:
144144
user: __token__
145145
password: ${{ secrets.PYPI_TOKEN }}

0 commit comments

Comments
 (0)