Skip to content

Commit 02fb090

Browse files
committed
Temporarily disable pushing to pypi
1 parent a4f1f0c commit 02fb090

File tree

1 file changed

+19
-19
lines changed

1 file changed

+19
-19
lines changed

.github/workflows/ci.yaml

Lines changed: 19 additions & 19 deletions
Original file line numberDiff line numberDiff line change
@@ -148,25 +148,25 @@ jobs:
148148
uses: mindsers/changelog-reader-action@v2
149149
with:
150150
version: ${{ steps.metadata.outputs.version }}
151-
- name: Set up python 3.12
152-
uses: actions/setup-python@v4
153-
with:
154-
python-version: 3.12
155-
- name: Install build
156-
run: |
157-
pip install build
158-
- name: Build project
159-
run: |
160-
python3 -m build .
161-
- name: Publish to test pypi
162-
uses: pypa/gh-action-pypi-publish@release/v1
163-
with:
164-
repository-url: https://test.pypi.org/legacy/
165-
attestations: false
166-
- name: Publish to pypi
167-
uses: pypa/gh-action-pypi-publish@release/v1
168-
with:
169-
attestations: false
151+
# - name: Set up python 3.12
152+
# uses: actions/setup-python@v4
153+
# with:
154+
# python-version: 3.12
155+
# - name: Install build
156+
# run: |
157+
# pip install build
158+
# - name: Build project
159+
# run: |
160+
# python3 -m build .
161+
# - name: Publish to test pypi
162+
# uses: pypa/gh-action-pypi-publish@release/v1
163+
# with:
164+
# repository-url: https://test.pypi.org/legacy/
165+
# attestations: false
166+
# - name: Publish to pypi
167+
# uses: pypa/gh-action-pypi-publish@release/v1
168+
# with:
169+
# attestations: false
170170
- name: Create GitHub release
171171
uses: softprops/action-gh-release@v2
172172
with:

0 commit comments

Comments
 (0)