We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 697453b commit 1e66544Copy full SHA for 1e66544
.github/workflows/build-and-deploy-on-pypi.yml
@@ -38,11 +38,12 @@ jobs:
38
--out-dir dist/
39
.
40
#### 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/
+ # https://test.pypi.org/project/PyActiveStorage/
+ # - name: Publish distribution 📦 to Test PyPI
+ # uses: pypa/gh-action-pypi-publish@release/v1
+ # with:
+ # verbose: true
46
+ # repository-url: https://test.pypi.org/legacy/
47
####
48
- name: Publish distribution 📦 to PyPI
49
if: startsWith(github.ref, 'refs/tags')
0 commit comments