File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 4040 run : python -m twine check dist/*
4141
4242 - name : Upload built archives
43- uses : actions/upload-artifact@v4
43+ uses : actions/upload-artifact@bbbca2ddaa5d8feaa63e36b76fdaad77386f024f # v7.0.0
4444 with :
4545 name : pypi_archives
4646 path : dist/*
@@ -54,16 +54,17 @@ jobs:
5454
5555 steps :
5656 - name : Download built archives
57- uses : actions/download-artifact@v4
57+ uses : actions/download-artifact@70fc10c6e5e1ce46ad2ea6f2b72d43f7d47b13c3 # v8.0.0
5858 with :
5959 name : pypi_archives
6060 path : dist
6161
6262 - name : Create GH release
63- uses : softprops/action-gh-release@v2
63+ uses : softprops/action-gh-release@a06a81a03ee405af7f2048a818ed3f03bbf83c7b # v2.5.0
6464 with :
65- draft : true
65+ draft : false
6666 files : dist/*
67+ generate_release_notes : true
6768
6869
6970 create-pypi-release :
@@ -77,11 +78,11 @@ jobs:
7778
7879 steps :
7980 - name : Download built archives
80- uses : actions/download-artifact@v4
81+ uses : actions/download-artifact@70fc10c6e5e1ce46ad2ea6f2b72d43f7d47b13c3 # v8.0.0
8182 with :
8283 name : pypi_archives
8384 path : dist
8485
8586 - name : Publish to PyPI
8687 if : startsWith(github.ref, 'refs/tags')
87- uses : pypa/gh-action-pypi-publish@release/v1
88+ uses : pypa/gh-action-pypi-publish@ed0c53931b1dc9bd32cbe73a98c7f6766f8a527e # v1.13.0
Original file line number Diff line number Diff line change 55-----------
66
77- Fetch package metadata from private artifactory if specified https://github.com/aboutcode-org/python-inspector/pull/261
8+ - Add zip file cache validation https://github.com/aboutcode-org/python-inspector/pull/256
9+
810
911v0.15.0
1012-----------
Original file line number Diff line number Diff line change 11[metadata]
22name = python-inspector
33license = Apache-2.0
4- version = 0.15.0
4+ version = 0.15.1
55
66# description must be on ONE line https://github.com/pypa/setuptools/issues/1390
77description = python-inspector is is a collection of utilities to collect PyPI package metadata and resolve packages dependencies.
You can’t perform that action at this time.
0 commit comments