Skip to content

Commit

Permalink
Merge pull request #15 from RWTH-IAEW/fix/pypi_upload
Browse files Browse the repository at this point in the history
fix(release): remove test-pypi release step
  • Loading branch information
TOffergeld authored Oct 19, 2023
2 parents 0635a33 + 29f7d60 commit 1434060
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 7 deletions.
6 changes: 0 additions & 6 deletions .github/workflows/python-package.yml
Original file line number Diff line number Diff line change
Expand Up @@ -61,12 +61,6 @@ jobs:
python -m pip install build
- name: Build dist
run: python -m build --sdist --wheel --outdir dist/ .
- name: Publish package (TEST)
uses: pypa/gh-action-pypi-publish@release/v1
with:
user: __token__
password: ${{ secrets.PYPI_TEST_API_TOKEN }}
repository_url: https://test.pypi.org/legacy/
- name: Publish package (PRODUCTION)
if: startsWith(github.ref, 'refs/tags')
uses: pypa/gh-action-pypi-publish@release/v1
Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@
name='cimpyorm', # Required
# https://www.python.org/dev/peps/pep-0440/
# https://packaging.python.org/en/latest/single_source_version.html
version='0.10.0', # Required
version='0.10.1', # Required
# https://packaging.python.org/specifications/core-metadata/#summary
description="A database-backed ORM for CIM datasets.", # Required
# https://packaging.python.org/specifications/core-metadata/#description-optional
Expand Down

0 comments on commit 1434060

Please sign in to comment.