Skip to content

Commit

Permalink
clean up
Browse files Browse the repository at this point in the history
  • Loading branch information
cgtobi committed Sep 16, 2024
1 parent 2a84f6a commit e4a58e3
Show file tree
Hide file tree
Showing 3 changed files with 1 addition and 46 deletions.
5 changes: 0 additions & 5 deletions .github/workflows/publish-to-pypi.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,11 +24,6 @@ jobs:
- name: Build a binary wheel and a source tarball
run: >-
python -m build .
# - name: Publish 📦 to Test PyPI
# uses: pypa/gh-action-pypi-publish@master
# with:
# password: ${{ secrets.PYPI_TEST_TOKEN }}
# repository-url: https://test.pypi.org/legacy/
- name: Publish 📦 to PyPI
uses: pypa/gh-action-pypi-publish@release/v1
with:
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/pythonpackage.yml
Original file line number Diff line number Diff line change
Expand Up @@ -60,7 +60,7 @@ jobs:
strategy:
max-parallel: 4
matrix:
python-version: [3.10.8, 3.11.4]
python-version: [3.10.8, 3.11.4, 3.12.5]

steps:
- uses: actions/checkout@v4
Expand Down
40 changes: 0 additions & 40 deletions setup.cfg

This file was deleted.

0 comments on commit e4a58e3

Please sign in to comment.