File tree 1 file changed +22
-22
lines changed
1 file changed +22
-22
lines changed Original file line number Diff line number Diff line change @@ -3,9 +3,9 @@ name: release-deploy
3
3
on :
4
4
release :
5
5
types : [ published ]
6
- push :
7
- branches : [ main ]
8
- pull_request :
6
+ # push:
7
+ # branches: [ main ]
8
+ # pull_request:
9
9
10
10
jobs :
11
11
build-sdist :
@@ -233,22 +233,22 @@ jobs:
233
233
# The pypi upload fails with non-linux containers, so grab the uploaded
234
234
# artifacts and run using those
235
235
# 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