Skip to content

Commit

Permalink
publish docs before the python package
Browse files Browse the repository at this point in the history
  • Loading branch information
skullydazed committed Jun 13, 2023
1 parent 7f2095c commit 858a7e5
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/python-publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -51,13 +51,13 @@ jobs:
github_token: ${{ secrets.GITHUB_TOKEN }}
branch: master
tags: true
- name: Update docs
run: |
./release_docs latest
- name: Build and publish
env:
TWINE_USERNAME: ${{ secrets.PYPI_USERNAME }}
TWINE_PASSWORD: ${{ secrets.PYPI_PASSWORD }}
run: |
python setup.py sdist bdist_wheel
twine upload dist/*
- name: Update docs
run: |
./release_docs latest

0 comments on commit 858a7e5

Please sign in to comment.