Merge branch 'thuml_master' into feature/algo-eval

This commit is contained in:
Maximilian Huettenrauch 2024-03-25 10:32:42 +01:00
commit 516c956d58
2 changed files with 7 additions and 5 deletions

View File

@ -22,9 +22,7 @@ jobs:
poetry config virtualenvs.in-project true --local poetry config virtualenvs.in-project true --local
- name: Build and publish - name: Build and publish
env: env:
PYPI_TOKEN: ${{ secrets.PYPI_TOKEN }} POETRY_PYPI_TOKEN_PYPI: ${{ secrets.PYPI_TOKEN }}
run: | run: |
if [ -z "${PYPI_TOKEN}" ]; then echo "Set the PYPI_TOKEN variable in your repository secrets"; exit 1; fi if [ -z "${POETRY_PYPI_TOKEN_PYPI}" ]; then echo "Set the PYPI_TOKEN variable in your repository secrets"; exit 1; fi
poetry config pypi-token.pypi $PYPI_TOKEN poetry publish --build
poetry config repositories.pypi https://pypi.org/legacy
poetry publish --build --repository pypi

4
CHANGELOG.md Normal file
View File

@ -0,0 +1,4 @@
# Changelog
Started after v1.0.0