File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 2828 run : |
2929 poetry version ${{github.ref_name}}
3030 poetry build
31+ - uses : actions/upload-artifact@v3
32+ with :
33+ path : ./dist
3134 pypi-publish :
3235 name : Upload release to PyPI
3336 runs-on : ubuntu-latest
3740 permissions :
3841 id-token : write # IMPORTANT: this permission is mandatory for trusted publishing
3942 steps :
40- # retrieve your distributions here
43+ - uses : actions/download-artifact@v3
4144 - name : Publish package distributions to PyPI
42- uses : pypa/gh-action-pypi-publish@release/v1
45+ uses : pypa/gh-action-pypi-publish@release/v1
46+ with :
47+ packages_dir : artifact/
Original file line number Diff line number Diff line change 11[tool .poetry ]
22name = " faker-cli"
3- version = " 0.1.0 "
3+ version = " v0.0.2 "
44description = " "
55authors = [" Damon P. Cortesi <d.lifehacker@gmail.com>" ]
66readme = " README.md"
You can’t perform that action at this time.
0 commit comments