Skip to content

Commit

Permalink
Upgraded pkginfo>=1.10.0 (pypa/packaging-problems#735)
Browse files Browse the repository at this point in the history
  • Loading branch information
davidhjp01 committed Jul 12, 2024
1 parent a51be27 commit 5c02d3c
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 2 deletions.
4 changes: 3 additions & 1 deletion .github/workflows/ci-main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -43,6 +43,8 @@ jobs:
python-version: ${{ matrix.python-version }}
- name: Install build and twine
run: pip install build twine
- name: Upgrade pkginfo
run: pip install --upgrade pkginfo>=1.10.0
- name: Run build
run: python -m build
- name: Run twine check
Expand Down Expand Up @@ -71,7 +73,7 @@ jobs:
with:
name: wheels
path: ./dist/
- uses: pypa/gh-action-pypi-publish@v1.5.2
- uses: pypa/gh-action-pypi-publish@v1.9.0
with:
user: __token__
password: ${{ secrets.PYPI_API_TOKEN }}
Expand Down
2 changes: 1 addition & 1 deletion src/libcosimpy/__about__.py
Original file line number Diff line number Diff line change
@@ -1 +1 @@
__version__ = "0.0.1-post1"
__version__ = "0.0.2"

0 comments on commit 5c02d3c

Please sign in to comment.