File tree Expand file tree Collapse file tree 4 files changed +5
-3
lines changed
Expand file tree Collapse file tree 4 files changed +5
-3
lines changed Original file line number Diff line number Diff line change 8585 - name : Publish to PyPI
8686 if : startsWith(github.ref, 'refs/tags/')
8787 uses : pypa/gh-action-pypi-publish@ed0c53931b1dc9bd32cbe73a98c7f6766f8a527e # v1.13.0
88+ with :
89+ verbose : true
Original file line number Diff line number Diff line change 11Release notes
22=============
33
4- Version v38.2 .0
4+ Version v38.3 .0
55---------------------
66
77- feat: add high priority queue and run version range unfurling pipeline more frequently (https://github.com/aboutcode-org/vulnerablecode/pull/2256)
Original file line number Diff line number Diff line change 11[metadata]
22name = vulnerablecode
3- version = 38.2 .0
3+ version = 38.3 .0
44license = Apache-2.0 AND CC-BY-SA-4.0
55
66# description must be on ONE line https://github.com/pypa/setuptools/issues/1390
Original file line number Diff line number Diff line change 1414
1515import git
1616
17- __version__ = "38.2 .0"
17+ __version__ = "38.3 .0"
1818
1919
2020PROJECT_DIR = Path (__file__ ).resolve ().parent
You can’t perform that action at this time.
0 commit comments