Skip to content

Commit

Permalink
Fixed the workflow,a nd changing the version for the new tag.
Browse files Browse the repository at this point in the history
  • Loading branch information
darrendignam committed Dec 8, 2023
1 parent 7c4433a commit 63094b3
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/python-testpypi-publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,10 +17,10 @@ jobs:
- name: Install dependencies
run: |
python -m pip install --upgrade pip
pip install setuptools wheel twine
pip install setuptools wheel build twine
- name: Build package
run: |
python setup.py sdist bdist_wheel
python -m build
- name: Publish package
env:
TWINE_USERNAME: __token__
Expand Down
2 changes: 1 addition & 1 deletion setup.cfg
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[metadata]
name = eark_validator_core
version = 0.1
version = 0.1.1
description = E-ARK Python Information Package validation library.
author = Darren Dignam
author_email = [email protected]
Expand Down

0 comments on commit 63094b3

Please sign in to comment.