Skip to content

Commit 1f5e3b6

Browse files
authored
Merge pull request #4 from authzed/remove-test-publish
Remove publishing to test package index
2 parents 4add8c9 + ca1424b commit 1f5e3b6

File tree

1 file changed

+0
-5
lines changed

1 file changed

+0
-5
lines changed

.github/workflows/publish-to-pypi.yml

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -24,11 +24,6 @@ jobs:
2424
--wheel
2525
--outdir dist/
2626
.
27-
- name: Publish distribution 📦 to Test PyPI
28-
uses: pypa/gh-action-pypi-publish@release/v1
29-
with:
30-
password: ${{ secrets.TEST_PYPI_API_TOKEN }}
31-
repository_url: https://test.pypi.org/legacy/
3227
- name: Publish distribution 📦 to PyPI
3328
if: startsWith(github.ref, 'refs/tags')
3429
uses: pypa/gh-action-pypi-publish@release/v1

0 commit comments

Comments
 (0)