File tree Expand file tree Collapse file tree 1 file changed +19
-19
lines changed
Expand file tree Collapse file tree 1 file changed +19
-19
lines changed Original file line number Diff line number Diff 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 :
You can’t perform that action at this time.
0 commit comments