Skip to content

Commit

Permalink
test
Browse files Browse the repository at this point in the history
  • Loading branch information
sunt05 committed Feb 1, 2024
1 parent 187c01c commit 4ec33a0
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions .github/workflows/build-publish_to_pypi.yml
Original file line number Diff line number Diff line change
Expand Up @@ -41,6 +41,7 @@ jobs:
# # remote debugging
# - name: Setup upterm session
# uses: lhotari/action-upterm@v1

# macOS make is too old
- if: runner.os == 'macOS'
run: |
Expand Down
2 changes: 1 addition & 1 deletion src/supy/pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ requires = [
"setuptools>60",
"oldest-supported-numpy",
"setuptools-git-versioning",
"setuptools_scm[toml]=6.2",
"setuptools_scm[toml]>=6.2,<8",
]
# the recommended "build_meta" does not work with nonstop f2py and hence is commented out
build-backend = "setuptools.build_meta"
Expand Down

0 comments on commit 4ec33a0

Please sign in to comment.