Merge pull request #103 from fingerprintjs/changeset-release/main #110
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
name: 'Release' | |
on: | |
push: | |
branches: | |
- main | |
- dev | |
jobs: | |
release: | |
name: 'Release project' | |
uses: fingerprintjs/dx-team-toolkit/.github/workflows/release-sdk-changesets.yml@v1 | |
with: | |
appId: ${{ vars.APP_ID }} | |
version-command: bash ./changeset-version.sh | |
publish-command: bash ./changeset-publish.sh | |
language: python | |
language-version: '3.12' | |
prepare-command: | | |
python -m pip install --upgrade pip | |
pip install -r requirements.txt | |
pip install wheel | |
pip install twine | |
secrets: | |
APP_PRIVATE_KEY: ${{ secrets.APP_PRIVATE_KEY }} |