Skip to content

Commit

Permalink
Remove defunct read-the-docs script
Browse files Browse the repository at this point in the history
  • Loading branch information
WardBrian authored Dec 12, 2024
1 parent dfcd3fc commit 8d9dc40
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 81 deletions.
7 changes: 0 additions & 7 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -90,10 +90,3 @@ jobs:
TWINE_USERNAME: ${{ secrets.PYPI_USERNAME }}
TWINE_PASSWORD: ${{ secrets.PYPI_PASSWORD }}
run: python -m twine upload -u ${TWINE_USERNAME} -p ${TWINE_PASSWORD} --skip-existing dist/*

- name: Change default version in readthedocs.io
if: success()
env:
RTD_USERNAME: ${{ secrets.RTD_USERNAME }}
RTD_PASSWORD: ${{ secrets.RTD_PASSWORD }}
run: python rtd_change_default_version.py cmdstanpy ${RTD_USERNAME} ${RTD_PASSWORD} v${{ github.event.inputs.new_version }}
74 changes: 0 additions & 74 deletions rtd_change_default_version.py

This file was deleted.

0 comments on commit 8d9dc40

Please sign in to comment.