diff --git a/.github/workflows/symver.yml b/.github/workflows/symver.yml deleted file mode 100644 index de34dbf..0000000 --- a/.github/workflows/symver.yml +++ /dev/null @@ -1,18 +0,0 @@ -name: Updates version and tags -on: - push: - branches: - - master -permissions: - contents: write -jobs: - update_version_and_tag: - runs-on: ubuntu-latest - steps: - - uses: actions/checkout@v2 - - name: Install Python 3 - uses: actions/setup-python@v2 - with: - python-version: 3.8 - - name: Update version - uses: kurtmc/github-action-python-versioner@v1