File tree Expand file tree Collapse file tree 2 files changed +7
-6
lines changed Expand file tree Collapse file tree 2 files changed +7
-6
lines changed Original file line number Diff line number Diff line change 3434 steps :
3535 - name : Check out repository code
3636 uses : actions/checkout@v2
37+ uses : actions/setup-python@v2
3738 - uses : dorny/paths-filter@v2
3839 id : changes
3940 with :
4243 - 'fluidfoam/_version.py'
4344 - name : Deploy package
4445 if : steps.changes.outputs.src == 'true'
45- uses : remorses/ pypi@master
46+ uses : casperdcl/deploy- pypi@v2
4647 with :
47- setup_file : ./setup.py
48- username : ${{ secrets.pypi_username }}
49- password : ${{ secrets.pypi_password }}
50-
48+ password : ${{ secrets.PYPI_TOKEN }}
49+ pip : wheel -w dist/ --no-deps .
50+ # only upload if a tag is pushed (otherwise just build & check)
51+ # upload: ${{ github.event_name == 'push' && startsWith(github.event.ref, 'refs/tags') }}
Original file line number Diff line number Diff line change 1111'a' or 'alpha' means alpha version (internal testing),
1212'b' or 'beta' means beta version (external testing).
1313"""
14- __version__ = "0.2.2 "
14+ __version__ = "0.2.3 "
You can’t perform that action at this time.
0 commit comments