Skip to content

Commit

Permalink
Updating CI/CD, and use Nodejs 20
Browse files Browse the repository at this point in the history
  • Loading branch information
dmurphy18 committed Aug 26, 2024
1 parent 3b68751 commit d6ec06b
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -27,4 +27,4 @@ jobs:
with:
user: __token__
password: ${{ secrets.PYPI_TOKEN }}
print_hash: true
print-hash: true
2 changes: 1 addition & 1 deletion .github/workflows/testing.yml
Original file line number Diff line number Diff line change
Expand Up @@ -355,4 +355,4 @@ jobs:
user: __token__
password: ${{ secrets.TEST_PYPI_TOKEN }}
repository_url: https://test.pypi.org/legacy/
print_hash: true
print-hash: true
2 changes: 1 addition & 1 deletion .readthedocs.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -10,8 +10,8 @@ build:
os: ubuntu-20.04
tools:
python: "3.9"
nodejs: "20"
# You can also specify other tool versions:
# nodejs: "16"
# rust: "1.55"
# golang: "1.17"

Expand Down

0 comments on commit d6ec06b

Please sign in to comment.