Skip to content

Commit

Permalink
Merge branch 'main' into fix-notebooks
Browse files Browse the repository at this point in the history
  • Loading branch information
oliviagyg committed Dec 6, 2023
2 parents 8ba2619 + 0ca0a87 commit 5e308cb
Show file tree
Hide file tree
Showing 3 changed files with 13 additions and 22 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ jobs:

steps:
- name: Checkout Code
uses: actions/checkout@v3.5.3
uses: actions/checkout@v3.6.0
- name: Pre-commit
uses: pre-commit/[email protected]
with:
Expand All @@ -36,6 +36,6 @@ jobs:
poetry config virtualenvs.create false
poetry build
# basemath is already present as a package (as in math with bases), so use a slightly different name
poetry publish -u "__token__" --password "$PYPI_TOKEN"
poetry publish --skip-existing -u "__token__" --password "$PYPI_TOKEN"
env:
PYPI_TOKEN: ${{ secrets.PYPI_TOKEN }}
21 changes: 1 addition & 20 deletions poetry.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

10 changes: 10 additions & 0 deletions renovate.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,10 @@
{
"$schema": "https://docs.renovatebot.com/renovate-schema.json",
"extends": [
"config:base"
],
"timezone": "Europe/Berlin",
"schedule": [
"on Saturday"
]
}

0 comments on commit 5e308cb

Please sign in to comment.