Skip to content

Commit

Permalink
Bump CI action versions.
Browse files Browse the repository at this point in the history
  • Loading branch information
kylc committed Feb 6, 2024
1 parent 14d3a30 commit c9d5936
Showing 1 changed file with 4 additions and 3 deletions.
7 changes: 4 additions & 3 deletions .github/workflows/python.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -39,10 +39,11 @@ jobs:
pip3 install optik-py --no-index --find-links dist
python3 -c "import optik"
- name: upload wheels
uses: actions/upload-artifact@v3
uses: actions/upload-artifact@v4
with:
name: wheels
path: dist
overwrite: true
- if: github.ref == 'refs/heads/master'
name: update prerelease tag
uses: EndBug/[email protected]
Expand All @@ -52,14 +53,14 @@ jobs:
sdist:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- uses: actions/checkout@v4
- name: build sdist
uses: PyO3/maturin-action@v1
with:
command: sdist
args: --out dist --manifest-path crates/optik-py/Cargo.toml
- name: upload sdist
uses: actions/upload-artifact@v3
uses: actions/upload-artifact@v4
with:
name: wheels
path: dist
Expand Down

0 comments on commit c9d5936

Please sign in to comment.