File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 5555 run : |
5656 nextRelease="`npx semantic-release@^23.1.1 --dryRun | grep -oP 'Published release \K.*? ' || true`"
5757 npx semantic-release@^23.1.1
58- echo "::set-output name= tag:: $nextRelease"
58+ echo "tag= $nextRelease" >> $GITHUB_OUTPUT
5959 env :
6060 GITHUB_TOKEN : ${{ secrets.GITHUB_TOKEN }}
6161 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 2020 install_requires = requirements ,
2121 include_package_data = True ,
2222 classifiers = [
23- "Programming Language :: Python :: 3.10" ,
2423 "Programming Language :: Python :: 3.7" ,
24+ "Programming Language :: Python :: 3.8" ,
25+ "Programming Language :: Python :: 3.9" ,
26+ "Programming Language :: Python :: 3.10" ,
27+ "Programming Language :: Python :: 3.11" ,
28+ "Programming Language :: Python :: 3.12" ,
2529 "Programming Language :: Python :: Implementation :: CPython" ,
2630 "Operating System :: OS Independent"
2731 ],
32+ license = "MIT"
2833)
You can’t perform that action at this time.
0 commit comments