Skip to content

Commit 1e66544

Browse files
committed
unrun upload to Test PyPI - all OK there
1 parent 697453b commit 1e66544

File tree

1 file changed

+6
-5
lines changed

1 file changed

+6
-5
lines changed

.github/workflows/build-and-deploy-on-pypi.yml

Lines changed: 6 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -38,11 +38,12 @@ jobs:
3838
--out-dir dist/
3939
.
4040
#### Test PyPI
41-
- name: Publish distribution 📦 to Test PyPI
42-
uses: pypa/gh-action-pypi-publish@release/v1
43-
with:
44-
verbose: true
45-
repository-url: https://test.pypi.org/legacy/
41+
# https://test.pypi.org/project/PyActiveStorage/
42+
# - name: Publish distribution 📦 to Test PyPI
43+
# uses: pypa/gh-action-pypi-publish@release/v1
44+
# with:
45+
# verbose: true
46+
# repository-url: https://test.pypi.org/legacy/
4647
####
4748
- name: Publish distribution 📦 to PyPI
4849
if: startsWith(github.ref, 'refs/tags')

0 commit comments

Comments
 (0)