Skip to content

Commit 5951f32

Browse files
Disable publish to pypi for now
1 parent 1a8624c commit 5951f32

File tree

1 file changed

+21
-21
lines changed

1 file changed

+21
-21
lines changed

.github/workflows/publish-to-pypi.yml

+21-21
Original file line numberDiff line numberDiff line change
@@ -27,24 +27,24 @@ jobs:
2727
name: python-package-distributions
2828
path: dist/
2929

30-
publish-to-pypi:
31-
name: >-
32-
Publish Python 🐍 distribution 📦 to PyPI
33-
if: startsWith(github.ref, 'refs/tags/') # only publish to PyPI on tag pushes
34-
needs:
35-
- build
36-
runs-on: ubuntu-latest
37-
environment:
38-
name: pypi
39-
url: https://pypi.org/p/gpax
40-
permissions:
41-
id-token: write # IMPORTANT: mandatory for trusted publishing
42-
43-
steps:
44-
- name: Download all the dists
45-
uses: actions/download-artifact@v3
46-
with:
47-
name: python-package-distributions
48-
path: dist/
49-
- name: Publish distribution 📦 to PyPI
50-
uses: pypa/gh-action-pypi-publish@release/v1
30+
# publish-to-pypi:
31+
# name: >-
32+
# Publish Python 🐍 distribution 📦 to PyPI
33+
# if: startsWith(github.ref, 'refs/tags/') # only publish to PyPI on tag pushes
34+
# needs:
35+
# - build
36+
# runs-on: ubuntu-latest
37+
# environment:
38+
# name: pypi
39+
# url: https://pypi.org/p/gpax
40+
# permissions:
41+
# id-token: write # IMPORTANT: mandatory for trusted publishing
42+
#
43+
# steps:
44+
# - name: Download all the dists
45+
# uses: actions/download-artifact@v3
46+
# with:
47+
# name: python-package-distributions
48+
# path: dist/
49+
# - name: Publish distribution 📦 to PyPI
50+
# uses: pypa/gh-action-pypi-publish@release/v1

0 commit comments

Comments
 (0)