Skip to content

Commit

Permalink
artificially increased version number to experiment with pypi publish…
Browse files Browse the repository at this point in the history
…ing and github actions.
  • Loading branch information
pi-r-squared committed Jun 14, 2024
1 parent 48c846e commit 0ecb1ab
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 22 deletions.
20 changes: 0 additions & 20 deletions .github/workflows/publish-to-test-pypi.yml
Original file line number Diff line number Diff line change
Expand Up @@ -49,23 +49,3 @@ jobs:
- name: Publish distribution 📦 to PyPI
uses: pypa/gh-action-pypi-publish@release/v1

publish-to-testpypi:
name: >-
Publish Python 🐍 distribution 📦 to TestPyPI
needs:
- build
runs-on: ubuntu-latest
environment:
name: testpypi
url: https://testpypi.org/p/pirrtools
permissions:
id-token: write # IMPORTANT: mandatory for trusted publishing

steps:
- name: Download all the dists
uses: actions/download-artifact@v3
with:
name: python-package-distributions
path: dist/
- name: Publish distribution 📦 to TestPyPI
uses: pypa/gh-action-pypi-publish@release/v1
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 = "pirrtools"
version = "0.2.3" # Update this version number before you upload a new version to PyPI
version = "0.2.4" # Update this version number before you upload a new version to PyPI
description = "Collection of tools I use in my projects"
readme = "README.md"
license = { text = "MIT" }
Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@

setup(
name="pirrtools",
version="0.2.3", # Update this version number before releasing a new version
version="0.2.4", # Update this version number before releasing a new version
description="Collection of tools I use in my projects",
author="Sean Smith",
author_email="[email protected]",
Expand Down

0 comments on commit 0ecb1ab

Please sign in to comment.