Skip to content

Commit ffcefa9

Browse files
committed
disable testpypi builds
1 parent b1d6f51 commit ffcefa9

File tree

1 file changed

+20
-20
lines changed

1 file changed

+20
-20
lines changed

.github/workflows/publish.yml

Lines changed: 20 additions & 20 deletions
Original file line numberDiff line numberDiff line change
@@ -49,26 +49,26 @@ jobs:
4949
- name: Publish distribution 📦 to PyPI
5050
uses: pypa/gh-action-pypi-publish@release/v1
5151

52-
publish-to-testpypi:
53-
name: Publish Python 🐍 distribution 📦 to TestPyPI
54-
needs:
55-
- build
56-
runs-on: ubuntu-latest
52+
# publish-to-testpypi:
53+
# name: Publish Python 🐍 distribution 📦 to TestPyPI
54+
# needs:
55+
# - build
56+
# runs-on: ubuntu-latest
5757

58-
environment:
59-
name: testpypi
60-
url: https://test.pypi.org/p/knuckledragger
58+
# environment:
59+
# name: testpypi
60+
# url: https://test.pypi.org/p/knuckledragger
6161

62-
permissions:
63-
id-token: write # IMPORTANT: mandatory for trusted publishing
62+
# permissions:
63+
# id-token: write # IMPORTANT: mandatory for trusted publishing
6464

65-
steps:
66-
- name: Download all the dists
67-
uses: actions/download-artifact@v4
68-
with:
69-
name: python-package-distributions
70-
path: dist/
71-
- name: Publish distribution 📦 to TestPyPI
72-
uses: pypa/gh-action-pypi-publish@release/v1
73-
with:
74-
repository-url: https://test.pypi.org/legacy/
65+
# steps:
66+
# - name: Download all the dists
67+
# uses: actions/download-artifact@v4
68+
# with:
69+
# name: python-package-distributions
70+
# path: dist/
71+
# - name: Publish distribution 📦 to TestPyPI
72+
# uses: pypa/gh-action-pypi-publish@release/v1
73+
# with:
74+
# repository-url: https://test.pypi.org/legacy/

0 commit comments

Comments
 (0)