Skip to content

Commit

Permalink
Merge pull request #774 from stan-dev/remove-rtd-script
Browse files Browse the repository at this point in the history
Remove defunct read-the-docs script
  • Loading branch information
WardBrian authored Dec 17, 2024
2 parents dfcd3fc + 8d9dc40 commit 54e67a1
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 54e67a1

Please sign in to comment.