Skip to content

Commit

Permalink
publish fails, potentially this can fix sfackler/rust-openssl#1021 [s…
Browse files Browse the repository at this point in the history
…kip ci]
  • Loading branch information
AnatolyBuga committed Aug 16, 2023
1 parent e8c8aa8 commit 6ea80f9
Showing 1 changed file with 12 additions and 2 deletions.
14 changes: 12 additions & 2 deletions .github/workflows/publish-python.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,9 +9,9 @@ on:
tags: ['py*.*.*']

env:
RUST_TOOLCHAIN: nightly-2023-06-23
RUST_TOOLCHAIN: nightly-2023-07-27
PYTHON_VERSION: '3.9'
MATURIN_VERSION: '1.1.0'
MATURIN_VERSION: '1.2.1'

defaults:
run:
Expand All @@ -26,6 +26,11 @@ jobs:
with:
python-version: ${{ env.PYTHON_VERSION }}

- name: Install tools
run: |
sudo apt-get update
sudo apt-get install -y pkg-config
- name: Setup node
uses: actions/setup-node@v1
with:
Expand Down Expand Up @@ -58,6 +63,11 @@ jobs:
- uses: actions/setup-python@v4
with:
python-version: ${{ env.PYTHON_VERSION }}

- name: Install tools
run: |
sudo apt-get update
sudo apt-get install -y pkg-config
- name: Setup node
uses: actions/setup-node@v1
Expand Down

0 comments on commit 6ea80f9

Please sign in to comment.