Skip to content

Commit 6e81ba9

Browse files
authored
tests: remove publishing test
1 parent fd02005 commit 6e81ba9

File tree

1 file changed

+0
-5
lines changed

1 file changed

+0
-5
lines changed

.github/workflows/main.yml

-5
Original file line numberDiff line numberDiff line change
@@ -31,11 +31,6 @@ jobs:
3131
--wheel
3232
--outdir dist/
3333
.
34-
- name: Test Publish
35-
uses: pypa/gh-action-pypi-publish@v1.4.2
36-
with:
37-
password: ${{ secrets.TEST_PYPI_API_TOKEN }}
38-
repository_url: https://test.pypi.org/legacy/
3934
4035
- name: Publish 📦
4136
if: startsWith(github.ref, 'refs/tags')

0 commit comments

Comments
 (0)