We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b351f31 commit e2e1f38Copy full SHA for e2e1f38
.github/workflows/publish.yml
@@ -24,4 +24,6 @@ jobs:
24
run: python -m build
25
26
- name: Publish package distributions to PyPI
27
- uses: pypa/gh-action-pypi-publish@release/v1
+ uses: pypa/gh-action-pypi-publish@v1.10.1
28
+ with:
29
+ attestations: true
setup.py
@@ -1,7 +1,7 @@
1
from setuptools import setup
2
3
setup(name='simplepypi',
4
- version='0.2.2',
+ version='0.2.3',
5
author='Zach Steindler',
6
author_email='steiza@coffeehousecoders.org',
7
url='http://github.com/steiza/simplepypi',
0 commit comments