mirror of
https://github.com/mii443/tokenizers.git
synced 2025-08-22 16:25:30 +00:00
Release all at once for simplicity. (#1320)
This commit is contained in:
2
.github/workflows/node-release.yml
vendored
2
.github/workflows/node-release.yml
vendored
@ -8,7 +8,7 @@ env:
|
||||
on:
|
||||
push:
|
||||
tags:
|
||||
- node-v*
|
||||
- v*
|
||||
|
||||
jobs:
|
||||
rust_publish:
|
||||
|
2
.github/workflows/python-release-conda.yml
vendored
2
.github/workflows/python-release-conda.yml
vendored
@ -3,7 +3,7 @@ name: Python Release - Conda
|
||||
on:
|
||||
push:
|
||||
tags:
|
||||
- python-v*
|
||||
- v*
|
||||
|
||||
env:
|
||||
ANACONDA_API_TOKEN: ${{ secrets.ANACONDA_API_TOKEN }}
|
||||
|
2
.github/workflows/python-release-extra.yml
vendored
2
.github/workflows/python-release-extra.yml
vendored
@ -3,7 +3,7 @@ name: Python Release extra
|
||||
on:
|
||||
push:
|
||||
tags:
|
||||
- python-v*
|
||||
- v*
|
||||
|
||||
env:
|
||||
AWS_ACCESS_KEY_ID: ${{ secrets.AWS_ACCESS_KEY_ID }}
|
||||
|
2
.github/workflows/python-release.yml
vendored
2
.github/workflows/python-release.yml
vendored
@ -3,7 +3,7 @@ name: Python Release
|
||||
on:
|
||||
push:
|
||||
tags:
|
||||
- python-v*
|
||||
- v*
|
||||
|
||||
env:
|
||||
AWS_ACCESS_KEY_ID: ${{ secrets.AWS_ACCESS_KEY_ID }}
|
||||
|
Reference in New Issue
Block a user