Skip to content

Commit

Permalink
Merge pull request #224 from s-goldman/dev
Browse files Browse the repository at this point in the history
Github actions trigger adjustments
  • Loading branch information
s-goldman committed Nov 3, 2022
2 parents bbe4535 + 4dc4e5a commit d05c1f3
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 6 deletions.
5 changes: 2 additions & 3 deletions .github/workflows/publish-to-test-pypi.yml
Expand Up @@ -3,9 +3,8 @@ name: Publish Python 🐍 distributions 📦 to PyPI and TestPyPI
# on: push

on:
push:
branches:
- main
release:
types: [ released ]

jobs:
build-n-publish:
Expand Down
1 change: 0 additions & 1 deletion .github/workflows/python-package.yml
Expand Up @@ -4,7 +4,6 @@
name: Python package

on:
push:
pull_request:
schedule:
- cron: '30 15 18 * *'
Expand Down
2 changes: 1 addition & 1 deletion desk/__init__.py
Expand Up @@ -10,7 +10,7 @@
__author__ = "Steven R. Goldman"
__email__ = "sgoldman@stsci.edu"
__title__ = "DESK"
__version__ = "1.8.14"
__version__ = "1.8.15"
__repository__ = "https://github.com/s-goldman/Dusty-Evolved-Star-Kit"
__date_published = "2021-09-17"
__licence__ = "BSD"
Expand Down
2 changes: 1 addition & 1 deletion setup.py
Expand Up @@ -51,6 +51,6 @@
test_suite="tests",
tests_require=["pytest", "sphinx_automodapi"],
url="https://github.com/s-goldman/Dusty_Evolved_Star_Kit",
version="1.8.14",
version="1.8.15",
zip_safe=False,
)

0 comments on commit d05c1f3

Please sign in to comment.