From a40d78d28bccf3f936082f33fb98837fdbea14d8 Mon Sep 17 00:00:00 2001 From: bsavitzky Date: Wed, 20 Sep 2023 19:09:38 -0400 Subject: [PATCH] debugging auto-release pipeline + GH actions --- .github/scripts/update_version.py | 1 - .github/workflows/pypi_upload.yml | 1 - 2 files changed, 2 deletions(-) diff --git a/.github/scripts/update_version.py b/.github/scripts/update_version.py index a9250757e..2aaaa07af 100644 --- a/.github/scripts/update_version.py +++ b/.github/scripts/update_version.py @@ -1,6 +1,5 @@ """ Script to update the patch version number of the py4DSTEM package. -Author: Tara Mishra (Quantumstud) """ version_file_path = "py4DSTEM/version.py" diff --git a/.github/workflows/pypi_upload.yml b/.github/workflows/pypi_upload.yml index d32a0865d..264c69030 100644 --- a/.github/workflows/pypi_upload.yml +++ b/.github/workflows/pypi_upload.yml @@ -1,6 +1,5 @@ # Action to check the version of the package and upload it to PyPI # if the version is higher than the one on PyPI -# Author: @quantumstud name: PyPI Upload on: