More deploy workflow wrangling

vendored-pint 0.64.7
Simon Willison 2024-06-12 16:04:17 -07:00
rodzic c302357dc3
commit 6c941e30c5
1 zmienionych plików z 3 dodań i 0 usunięć

Wyświetl plik

@ -39,6 +39,9 @@ jobs:
deploy:
runs-on: ubuntu-latest
needs: [test]
environment: release
permissions:
id-token: write
steps:
- uses: actions/checkout@v3
- name: Set up Python