Skip to content

Commit 97d4a01

Browse files
authored
Merge pull request #172 from lucasimi/lucasimi-patch-1
Temporary disabled TestPyPI
2 parents a102f67 + 49006ad commit 97d4a01

File tree

1 file changed

+1
-6
lines changed

1 file changed

+1
-6
lines changed

.github/workflows/publish.yml

Lines changed: 1 addition & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -31,10 +31,5 @@ jobs:
3131
python -m build
3232
python -m twine check dist/*
3333
34-
- name: Publish to TestPyPI
35-
uses: pypa/gh-action-pypi-publish@release/v1
36-
with:
37-
repository-url: https://test.pypi.org/legacy/
38-
3934
- name: Publish to PyPI
40-
uses: pypa/gh-action-pypi-publish@release/v1
35+
uses: pypa/gh-action-pypi-publish@release/v1

0 commit comments

Comments
 (0)