File tree Expand file tree Collapse file tree 5 files changed +6
-12
lines changed
Expand file tree Collapse file tree 5 files changed +6
-12
lines changed Original file line number Diff line number Diff line change 3131 run : |
3232 nextRelease="`npx semantic-release@^23.1.1 --dryRun | grep -oP 'Published release \K.*? ' || true`"
3333 npx semantic-release@^23.1.1
34- echo "::set-output name= tag:: $nextRelease"
34+ echo "tag= $nextRelease" >> $GITHUB_OUTPUT
3535 env :
3636 GITHUB_TOKEN : ${{ secrets.GITHUB_TOKEN }}
3737 PYPI_PASSWORD : ${{ secrets.PYPI_PASSWORD }}
Original file line number Diff line number Diff line change 11#! /bin/sh
22
33echo " Building distribution"
4- python setup.py sdist bdist_wheel
4+ python -m build
55echo " Pushing new version to PyPi"
66twine upload dist/* -u $PYPI_USERNAME -p $PYPI_PASSWORD
Original file line number Diff line number Diff line change 11pytest == 8.3.2
2- twine == 5 .1.1
3- wheel == 0.44.0
4- setuptools == 75.1 .0
5- importlib-metadata == 8.5 .0
2+ twine == 6 .1.0
3+ wheel == 0.45.1
4+ setuptools == 80.9 .0
5+ build == 1.3 .0
Load Diff This file was deleted.
Original file line number Diff line number Diff line change 1919 classifiers = [
2020 "Programming Language :: Python :: 3.7" ,
2121 "Programming Language :: Python :: Implementation :: IronPython" ,
22- "License :: OSI Approved :: GNU Affero General Public License v3" ,
2322 "Operating System :: OS Independent"
2423 ],
2524 license = "AGPL-3.0"
You can’t perform that action at this time.
0 commit comments