Skip to content

Commit

Permalink
Fix build (#126)
Browse files Browse the repository at this point in the history
  • Loading branch information
goodwanghan authored Jan 21, 2024
1 parent c33146b commit 120a02b
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 4 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,8 +25,8 @@ jobs:
- name: Build and publish
env:
RELEASE_TAG: ${{ github.event.release.tag_name }}
TWINE_USERNAME: ${{ secrets.PYPI_USERNAME }}
TWINE_PASSWORD: ${{ secrets.PYPI_PASSWORD }}
TWINE_USERNAME: __token__
TWINE_PASSWORD: ${{ secrets.PYPI_TOKEN }}
run: |
make package
twine upload dist/*
3 changes: 1 addition & 2 deletions .readthedocs.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -9,9 +9,8 @@ build:
pre_install:
- pip install -U pip

# Build documentation in the docs/ directory with Sphinx
sphinx:
configuration: conf.py
configuration: docs/conf.py

python:
install:
Expand Down

0 comments on commit 120a02b

Please sign in to comment.