We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent bf8365d commit a108372Copy full SHA for a108372
.github/workflows/publish.yml
@@ -16,7 +16,7 @@ jobs:
16
name: crates.io
17
url: https://crates.io/crates/rustpython-unparser
18
steps:
19
- - uses: actions/checkout@v4
+ - uses: actions/checkout@v6
20
- name: Publish
21
run: cargo publish
22
env:
.github/workflows/test.yml
@@ -13,7 +13,7 @@ jobs:
13
runs-on: ubuntu-latest
14
15
- name: Build
run: cargo build --verbose
- name: Run tests
0 commit comments