diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index a95408a..d0ad9aa 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -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 }} \ No newline at end of file + password: ${{ secrets.PYPI_TOKEN }}