Skip to content

Commit e2e1f38

Browse files
committed
Try uploading attestations
1 parent b351f31 commit e2e1f38

File tree

2 files changed

+4
-2
lines changed

2 files changed

+4
-2
lines changed

.github/workflows/publish.yml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,4 +24,6 @@ jobs:
2424
run: python -m build
2525

2626
- name: Publish package distributions to PyPI
27-
uses: pypa/gh-action-pypi-publish@release/v1
27+
uses: pypa/gh-action-pypi-publish@v1.10.1
28+
with:
29+
attestations: true

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
from setuptools import setup
22

33
setup(name='simplepypi',
4-
version='0.2.2',
4+
version='0.2.3',
55
author='Zach Steindler',
66
author_email='steiza@coffeehousecoders.org',
77
url='http://github.com/steiza/simplepypi',

0 commit comments

Comments
 (0)