Skip to content

Commit

Permalink
Init v0.0.2
Browse files Browse the repository at this point in the history
  • Loading branch information
Zhaopudark committed Jan 11, 2024
1 parent 4f30762 commit 6d55a80
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 7 deletions.
10 changes: 8 additions & 2 deletions .github/workflows/build_and_deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,9 +23,15 @@ jobs:
OSS_BUCKET_NAME: ${{ secrets.OSS_BUCKET_NAME }}
OSS_ACCESS_KEY_ID: ${{ secrets.OSS_ACCESS_KEY_ID }}
OSS_ACCESS_KEY_SECRET: ${{ secrets.OSS_ACCESS_KEY_SECRET }}
shell: pwsh
run: |
. "./build/build_and_test.ps1"
wget https://github.com/jgm/pandoc/releases/download/3.1.11/pandoc-3.1.11-1-amd64.deb
sudo dpkg -i pandoc-3.1.11-1-amd64.deb
pandoc -v
pip install -r "./build/requirements.txt"
pip install -U setuptools build pytest twine
python -m build
pip install ./dist/*.whl
pytest ./tests
# - run: twine upload dist/*.whl -u ${{ secrets.PYPI_USERNAME }} -p ${{ secrets.PYPI_PASSWORD }}
# - name: Upload coverage reports to Codecov
Expand Down
5 changes: 0 additions & 5 deletions build/build_and_test.ps1

This file was deleted.

0 comments on commit 6d55a80

Please sign in to comment.