From 75a361d4c705cf7136978914fe40e10acfe10115 Mon Sep 17 00:00:00 2001 From: Colin Palmer Date: Thu, 11 Jan 2024 10:39:30 +0000 Subject: [PATCH] Update to latest python-publish action --- .github/workflows/python-publish.yml | 7 +++---- mrcfile/version.py | 2 +- 2 files changed, 4 insertions(+), 5 deletions(-) diff --git a/.github/workflows/python-publish.yml b/.github/workflows/python-publish.yml index f7a886d..6cfb5ad 100644 --- a/.github/workflows/python-publish.yml +++ b/.github/workflows/python-publish.yml @@ -33,14 +33,13 @@ jobs: - name: Publish package to PyPI if: github.event_name == 'release' - uses: pypa/gh-action-pypi-publish@27b31702a0e7fc50959f5ad993c78deac1bdfc29 - with: + uses: pypa/gh-action-pypi-publish@v1.8.11 user: __token__ password: ${{ secrets.PYPI_API_TOKEN }} - name: Publish package to Test PyPI if: github.event_name == 'workflow_dispatch' - uses: pypa/gh-action-pypi-publish@27b31702a0e7fc50959f5ad993c78deac1bdfc29 + uses: pypa/gh-action-pypi-publish@v1.8.11 with: password: ${{ secrets.TEST_PYPI_API_TOKEN }} - repository_url: https://test.pypi.org/legacy/ + repository-url: https://test.pypi.org/legacy/ diff --git a/mrcfile/version.py b/mrcfile/version.py index c17d283..1580e39 100644 --- a/mrcfile/version.py +++ b/mrcfile/version.py @@ -5,4 +5,4 @@ no dependencies. """ -__version__ = '1.5.0' +__version__ = '1.5.0-dev'