Skip to content

Commit

Permalink
adding PiPY publish
Browse files Browse the repository at this point in the history
Signed-off-by: James Busche <[email protected]>
  • Loading branch information
jbusche committed Apr 9, 2024
1 parent 5e6f1a5 commit 1f761e6
Showing 1 changed file with 2 additions and 8 deletions.
10 changes: 2 additions & 8 deletions .github/workflows/build-and-publish.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -24,11 +24,6 @@ jobs:
strategy:
matrix:
python-version:
# Commenting out older python versions for now
# - setup: "3.9"
# tox: "py39"
# - setup: "3.10"
# tox: "py310"
- setup: "3.11"
tox: "py311"

Expand All @@ -53,6 +48,5 @@ jobs:
- name: Build and check wheel package
run:
tox -e build,twinecheck
# Commenting out push to PyPI for now
# - name: Publish package distributions to PyPI
# uses: pypa/gh-action-pypi-publish@release/v1
- name: Publish package distributions to PyPI
uses: pypa/gh-action-pypi-publish@release/v1

0 comments on commit 1f761e6

Please sign in to comment.