Skip to content

Commit 67635fd

Browse files
authored
Actually finalise changes for release (#42)
1 parent 3e2f3e7 commit 67635fd

File tree

1 file changed

+22
-22
lines changed

1 file changed

+22
-22
lines changed

.github/workflows/release-wheels.yml

+22-22
Original file line numberDiff line numberDiff line change
@@ -3,9 +3,9 @@ name: release-deploy
33
on:
44
release:
55
types: [ published ]
6-
push:
7-
branches: [ main ]
8-
pull_request:
6+
# push:
7+
# branches: [ main ]
8+
# pull_request:
99

1010
jobs:
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

0 commit comments

Comments
 (0)