Skip to content

Commit

Permalink
Update the nightly build process
Browse files Browse the repository at this point in the history
  • Loading branch information
rlouf committed Dec 26, 2022
1 parent bab42d8 commit d6801f8
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/nightly.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,10 +16,10 @@ jobs:
python-version: "3.7"
- name: Install dependencies
run: |
python -m pip install -U pip
python -m pip install build
python -m pip install --upgrade pip
python -m pip install --upgrade build
- name: Build the sdist
run: python -m build --sdist .
run: python -m build
env:
BUILD_BLACKJAX_NIGHTLY: true
- uses: pypa/gh-action-pypi-publish@v1.4.2
Expand Down

0 comments on commit d6801f8

Please sign in to comment.