Skip to content

Commit

Permalink
Merge pull request #8 from AngelFP/update_actions
Browse files Browse the repository at this point in the history
Update actions
  • Loading branch information
AngelFP authored Apr 19, 2023
2 parents 3b85ee0 + db110c6 commit 073f86e
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/publish-to-pypi.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ on:
jobs:
build-n-publish:
name: Build and publish package to PyPI
runs-on: ubuntu-18.04
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@master
- name: Set up Python 3.7
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/test-package.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ jobs:
runs-on: ubuntu-latest
strategy:
matrix:
python-version: [3.7, 3.8, 3.9]
python-version: [3.7]

steps:
- uses: actions/checkout@v2
Expand Down
2 changes: 1 addition & 1 deletion aptools/__init__.py
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
from .data_analysis import beam_diagnostics

__version__ = "0.2.1"
__version__ = "0.2.3"
__all__ = ['beam_diagnostics', '__version__']

0 comments on commit 073f86e

Please sign in to comment.