Skip to content

Commit

Permalink
Fix: Usage of env variables in github workflows
Browse files Browse the repository at this point in the history
  • Loading branch information
izeigerman committed Dec 19, 2023
1 parent 31cc9c1 commit fd85447
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/python-publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@ jobs:
uses: PyO3/maturin-action@v1
with:
target: ${{ matrix.target }}
args: --release --out dist --interpreter $python_interpreters
args: --release --out dist --interpreter ${{ env.python_interpreters }}
sccache: 'true'
manylinux: auto
working-directory: ./sqlglotrs
Expand Down

0 comments on commit fd85447

Please sign in to comment.