Skip to content

Commit

Permalink
Merge pull request #7 from Bayer-Group/m-lueb-patch-1
Browse files Browse the repository at this point in the history
updated pypi publishing workflow
  • Loading branch information
m-lueb authored Jun 5, 2024
2 parents 30f7579 + 88aa181 commit d1b9f6b
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
3 changes: 2 additions & 1 deletion .github/workflows/publish_to_pypi.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,7 @@ jobs:
- name: Install pypa/build
run: |
pip install build
pip install securesystemslib==0.31.0
- name: Build a binary wheel and a source tarball
run: python3 -m build
- name: Store the distribution packages
Expand Down Expand Up @@ -91,4 +92,4 @@ jobs:
run: >-
gh release upload
'${{ github.ref_name }}' dist/**
--repo '${{ github.repository }}'
--repo '${{ github.repository }}'
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ build-backend = "setuptools.build_meta"

[project]
name = "mocca2"
version = "0.1.9"
version = "0.1.10"
authors = [
{ name="Jan Oboril", email="[email protected]" },
]
Expand Down

0 comments on commit d1b9f6b

Please sign in to comment.