From fe38dec1950334d13f0f7e3fd0f4f7a18a573fb1 Mon Sep 17 00:00:00 2001 From: Joseph Manley Date: Sun, 13 Sep 2020 01:41:22 -0400 Subject: [PATCH] Update build.yml --- .github/workflows/build.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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 }}