Skip to content

Commit

Permalink
Merge pull request #217 from ConorMacBride/fix-release-workflow
Browse files Browse the repository at this point in the history
Test wheel with 3.11 until `python-dateutil` is updated for 3.12
  • Loading branch information
ConorMacBride authored Dec 18, 2023
2 parents 8c1d110 + b7ff7da commit 7e6c9eb
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/test_and_publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -54,5 +54,7 @@ jobs:
uses: OpenAstronomy/github-actions-workflows/.github/workflows/publish_pure_python.yml@v1
with:
test_command: pytest $GITHUB_WORKSPACE/tests; pytest --mpl $GITHUB_WORKSPACE/tests
# Remove python-version when python-dateutil >2.8.2
python-version: "3.11"
secrets:
pypi_token: ${{ secrets.pypi_password }}

0 comments on commit 7e6c9eb

Please sign in to comment.