Skip to content

Commit

Permalink
chores for 0.2.0b1
Browse files Browse the repository at this point in the history
LLVM/numba release candidate for 3.11
resolve pdm issue
  • Loading branch information
theAeon committed Apr 8, 2023
1 parent 36ad378 commit 7ec92e6
Show file tree
Hide file tree
Showing 3 changed files with 543 additions and 435 deletions.
11 changes: 5 additions & 6 deletions .github/workflows/python-publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -28,13 +28,12 @@ jobs:
python-version: "3.11"
cache: true
architecture : x64
prerelease: true
version: 2.4.5
enable-pep582: true
- name: Install dependencies
run: pdm install
prerelease: false
version: 2.4.9
- name: Get build tool
run: pip install build
- name: Build package
run: pdm build
run: python -m build
- name: Publish package
uses: pypa/gh-action-pypi-publish@27b31702a0e7fc50959f5ad993c78deac1bdfc29
with:
Expand Down
Loading

0 comments on commit 7ec92e6

Please # to comment.