Skip to content

Commit

Permalink
Try uploading attestations
Browse files Browse the repository at this point in the history
  • Loading branch information
steiza committed Sep 11, 2024
1 parent b351f31 commit e2e1f38
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 2 deletions.
4 changes: 3 additions & 1 deletion .github/workflows/publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,4 +24,6 @@ jobs:
run: python -m build

- name: Publish package distributions to PyPI
uses: pypa/gh-action-pypi-publish@release/v1
uses: pypa/[email protected]
with:
attestations: true
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
from setuptools import setup

setup(name='simplepypi',
version='0.2.2',
version='0.2.3',
author='Zach Steindler',
author_email='[email protected]',
url='http://github.com/steiza/simplepypi',
Expand Down

0 comments on commit e2e1f38

Please sign in to comment.