File tree Expand file tree Collapse file tree 1 file changed +22
-22
lines changed Expand file tree Collapse file tree 1 file changed +22
-22
lines changed Original file line number Diff line number Diff line change @@ -3,9 +3,9 @@ name: release-deploy
33on :
44 release :
55 types : [ published ]
6- push :
7- branches : [ main ]
8- pull_request :
6+ # push:
7+ # branches: [ main ]
8+ # pull_request:
99
1010jobs :
1111 build-sdist :
@@ -233,22 +233,22 @@ jobs:
233233 # The pypi upload fails with non-linux containers, so grab the uploaded
234234 # artifacts and run using those
235235 # See: https://github.com/pypa/gh-action-pypi-publish/discussions/15
236- # deploy:
237- # name: Upload wheels to PyPI
238- # needs: [ test-package ]
239- # runs-on: ubuntu-latest
240- # environment:
241- # name: pypi
242- # url: https://pypi.org/project/pylibjpeg-rle/
243- # permissions:
244- # id-token: write
245- #
246- # steps:
247- # - name: Download the wheels
248- # uses: actions/download-artifact@v4
249- # with:
250- # path: dist/
251- # merge-multiple: true
252- #
253- # - name: Publish package to PyPi
254- # uses: pypa/gh-action-pypi-publish@release/v1
236+ deploy :
237+ name : Upload wheels to PyPI
238+ needs : [ test-package ]
239+ runs-on : ubuntu-latest
240+ environment :
241+ name : pypi
242+ url : https://pypi.org/project/pylibjpeg-rle/
243+ permissions :
244+ id-token : write
245+
246+ steps :
247+ - name : Download the wheels
248+ uses : actions/download-artifact@v4
249+ with :
250+ path : dist/
251+ merge-multiple : true
252+
253+ - name : Publish package to PyPi
254+ uses : pypa/gh-action-pypi-publish@release/v1
You can’t perform that action at this time.
0 commit comments