File tree Expand file tree Collapse file tree 3 files changed +7
-24
lines changed Expand file tree Collapse file tree 3 files changed +7
-24
lines changed Load Diff This file was deleted.
Original file line number Diff line number Diff line change 32
32
33
33
- uses : ./.github/actions/build
34
34
35
- - uses : ./.github/actions/publish
35
+ - name : Publish package distributions to PyPI
36
+ if : ${{ inputs.dry_run == 'false' }}
37
+ uses : pypa/gh-action-pypi-publish@release/v1
36
38
with :
37
- token : ${{env.PYPI_AUTH_TOKEN}}
38
- dry_run : ${{ inputs.dry_run }}
39
+ password : ${{env.PYPI_AUTH_TOKEN}}
Original file line number Diff line number Diff line change 42
42
- uses : ./.github/actions/build-docs
43
43
if : ${{ steps.release.outputs.releases_created == 'true' }}
44
44
45
- - uses : ./.github/actions/publish
45
+ - name : Publish package distributions to PyPI
46
46
if : ${{ steps.release.outputs.releases_created == 'true' }}
47
+ uses : pypa/gh-action-pypi-publish@release/v1
47
48
with :
48
- token : ${{env.PYPI_AUTH_TOKEN}}
49
- dry_run : false
49
+ password : ${{env.PYPI_AUTH_TOKEN}}
You can’t perform that action at this time.
0 commit comments