File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 88 runs-on : ubuntu-latest
99 steps :
1010 - uses : actions/checkout@v5
11- # If there isn't a release for this version, create a new one.
12- - uses : ncipollo/release-action@v1
13- with :
14- generateReleaseNotes : true
15- makeLatest : true
16- prerelease : false
17- skipIfReleaseExists : true
1811 # Build and publish the package to pypi.
1912 - name : Build and publish to pypi
20- uses : JRubics/poetry-publish@v2.0
13+ uses : JRubics/poetry-publish@v2.1
2114 with :
2215 python_version : " 3.13"
2316 pypi_token : ${{ secrets.PYPI_PASSWORD }}
2417 package_directory : " uplc"
2518 poetry_install_options : " --without dev"
19+ # If there isn't a release for this version, create a new one.
20+ - uses : ncipollo/release-action@v1
21+ with :
22+ generateReleaseNotes : true
23+ makeLatest : true
24+ prerelease : false
25+ skipIfReleaseExists : true
You can’t perform that action at this time.
0 commit comments