File tree Expand file tree Collapse file tree 2 files changed +7
-5
lines changed Expand file tree Collapse file tree 2 files changed +7
-5
lines changed Original file line number Diff line number Diff line change @@ -175,17 +175,19 @@ jobs:
175
175
needs : [test_wheels, make_sdist]
176
176
runs-on : ubuntu-latest
177
177
if : github.event_name == 'push' && startsWith(github.ref, 'refs/tags')
178
+ environment :
179
+ name : pypi
180
+ url : https://pypi.org/p/mpf
181
+ permissions :
182
+ id-token : write
178
183
steps :
179
184
- name : Download wheels
180
185
uses : actions/download-artifact@v3
181
186
with :
182
187
name : mpf-mc_wheels
183
188
path : dist
184
189
- name : Publish to PyPI
185
- uses : pypa/gh-action-pypi-publish@v1.5.0
186
- with :
187
- user : __token__
188
- password : ${{ secrets.PYPI_API_TOKEN }}
190
+ uses : pypa/gh-action-pypi-publish@release/v1
189
191
190
192
coveralls :
191
193
name : Finalize Coveralls
Original file line number Diff line number Diff line change 1
- __version__ = '0.56.1 '
1
+ __version__ = '0.56.2 '
2
2
__short_version__ = '0.56'
3
3
__bcp_version__ = '1.1'
4
4
__config_version__ = '5'
You can’t perform that action at this time.
0 commit comments