diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 52fcad6..9c9dd7d 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -17,12 +17,14 @@ jobs: with: python-version: 3.12 architecture: x64 + cache: 'pip' - run: python -m pip install -r requirements.txt - run: python generator.py - uses: actions/setup-node@v4 with: node-version: 'lts' registry-url: 'https://registry.npmjs.org' + cache: 'npm' if: github.event_name == 'release' - run: npm publish --provenance env: