File tree Expand file tree Collapse file tree 2 files changed +9
-6
lines changed
Expand file tree Collapse file tree 2 files changed +9
-6
lines changed Original file line number Diff line number Diff line change 2323 - name : Build a binary wheel and a source tarball
2424 run : python3 -m build
2525 - name : Store the distribution packages
26- uses : actions/upload-artifact@v3
26+ uses : actions/upload-artifact@v4
2727 with :
2828 name : python-package-distributions
2929 path : dist/
@@ -34,18 +34,21 @@ jobs:
3434 needs :
3535 - build
3636 runs-on : ubuntu-latest
37+ environment :
38+ name : pypi
39+ url : https://pypi.org/p/strategoutil
40+ permissions :
41+ id-token : write # IMPORTANT: mandatory for trusted publishing
3742
3843 steps :
3944 - name : Download all the dists
40- uses : actions/download-artifact@v3
45+ uses : actions/download-artifact@v4
4146 with :
4247 name : python-package-distributions
4348 path : dist/
4449 - name : Publish distribution to PyPI
4550 uses : pypa/gh-action-pypi-publish@release/v1
4651 with :
47- user : __token__
48- password : ${{ secrets.PYPI_API_TOKEN }}
4952 verbose : true
50- skip_existing : true
53+ skip-existing : true
5154
Original file line number Diff line number Diff line change 11[metadata]
22name = strategoutil
3- version = 0.1.2
3+ version = 0.1.4
44author = Mihhail Samusev, Martijn Goorden
5566description = Python utility functions library for UPPAAL Stratego
You can’t perform that action at this time.
0 commit comments