Update build.yml
This commit is contained in:
parent
6e7f8a855a
commit
fe38dec195
4
.github/workflows/build.yml
vendored
4
.github/workflows/build.yml
vendored
@ -15,7 +15,7 @@ jobs:
|
||||
python-version: 3.7
|
||||
- name: Update Version
|
||||
id: semver
|
||||
uses: RightBrain-Networks/semver-action@1.0.0
|
||||
uses: RightBrain-Networks/semver-action@master
|
||||
with:
|
||||
mode: get
|
||||
- name: Install dependencies
|
||||
@ -29,4 +29,4 @@ jobs:
|
||||
uses: pypa/gh-action-pypi-publish@v1.0.0a0
|
||||
with:
|
||||
user: __token__
|
||||
password: ${{ secrets.PYPI_TOKEN }}
|
||||
password: ${{ secrets.PYPI_TOKEN }}
|
||||
|
Reference in New Issue
Block a user