Skip to content

Commit

Permalink
debugging auto-release pipeline + GH actions
Browse files Browse the repository at this point in the history
  • Loading branch information
bsavitzky committed Sep 20, 2023
1 parent f612878 commit a40d78d
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 2 deletions.
1 change: 0 additions & 1 deletion .github/scripts/update_version.py
Original file line number Diff line number Diff line change
@@ -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"
Expand Down
1 change: 0 additions & 1 deletion .github/workflows/pypi_upload.yml
Original file line number Diff line number Diff line change
@@ -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:
Expand Down

0 comments on commit a40d78d

Please sign in to comment.