Skip to content

Commit

Permalink
take out some no longer maintained combinations from github actions (#…
Browse files Browse the repository at this point in the history
…752)

* take out some no longer maintained combinations from github actions

* more versions

* incorrect format
  • Loading branch information
pchtsp authored May 27, 2024
1 parent cfb8a0f commit 11ab5e5
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/publish-to-test-pypi.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ jobs:
uses: pypa/gh-action-pypi-publish@release/v1
with:
password: ${{ secrets.test_pypi_password }}
repository_url: https://test.pypi.org/legacy/
repository-url: https://test.pypi.org/legacy/
- name: Publish distribution 📦 to PyPI
if: github.event_name == 'push' && startsWith(github.ref, 'refs/tags')
uses: pypa/gh-action-pypi-publish@release/v1
Expand Down
5 changes: 5 additions & 0 deletions .github/workflows/pythonpackage.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,11 @@ jobs:
matrix:
python-version: ['3.7', '3.8', '3.9', '3.10', '3.11', '3.12']
os: [ubuntu-latest, macOS-latest, windows-latest]
exclude:
- os: macOS-latest
python-version: '3.7'
- os: macOS-latest
python-version: '3.8'

steps:
- uses: actions/checkout@v4
Expand Down

0 comments on commit 11ab5e5

Please sign in to comment.