Skip to content

Commit a6542b4

Browse files
committed
Minor fix attempt 2
1 parent c9caad8 commit a6542b4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/publish-test.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ jobs:
1010
fetch-depth: 0
1111
- run: python3 -m pip install --upgrade build && python3 -m build
1212
- name: Publish package
13-
uses: pypa/gh-action-pypi-publish@main
13+
uses: pypa/gh-action-pypi-publish@release/v1
1414
with:
1515
password: ${{ secrets.TEST_PYPI_API_TOKEN }}
1616
repository_url: https://test.pypi.org/legacy/

0 commit comments

Comments
 (0)