File tree 2 files changed +3
-3
lines changed
2 files changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -49,12 +49,12 @@ jobs:
49
49
50
50
- name : publish pre-release wheel to test pypi index
51
51
if : contains(steps.get-version.outputs.value, '.dev')
52
- uses : pypa/gh-action-pypi-publish@db8f07d3871a0a180efa06b95d467625c19d5d5f
52
+ uses : pypa/gh-action-pypi-publish@e9ccbe5a211ba3e8363f472cae362b56b104e796
53
53
with :
54
54
repository-url : https://test.pypi.org/legacy/
55
55
# no need for attestations here, no one should be installing ibis from test-pypi
56
56
attestations : false
57
57
58
58
- name : publish pre-release wheel to pypi
59
59
if : contains(steps.get-version.outputs.value, '.dev')
60
- uses : pypa/gh-action-pypi-publish@db8f07d3871a0a180efa06b95d467625c19d5d5f
60
+ uses : pypa/gh-action-pypi-publish@e9ccbe5a211ba3e8363f472cae362b56b104e796
Original file line number Diff line number Diff line change 44
44
GITHUB_TOKEN : ${{ steps.generate_token.outputs.token }}
45
45
46
46
- name : Publish release distributions to PyPI
47
- uses : pypa/gh-action-pypi-publish@db8f07d3871a0a180efa06b95d467625c19d5d5f
47
+ uses : pypa/gh-action-pypi-publish@e9ccbe5a211ba3e8363f472cae362b56b104e796
You can’t perform that action at this time.
0 commit comments