Skip to content

Commit

Permalink
tryfix ci again
Browse files Browse the repository at this point in the history
  • Loading branch information
kdm9 committed May 28, 2021
1 parent 109c479 commit dde868a
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 3 deletions.
3 changes: 1 addition & 2 deletions .github/workflows/python-publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,8 +5,6 @@ name: Upload Python Package

on:
push: {}
release:
types: [created]

jobs:
deploy:
Expand All @@ -30,6 +28,7 @@ jobs:
- name: Publish distribution to Test PyPI
uses: pypa/gh-action-pypi-publish@master
if: "!startsWith(github.ref, 'refs/tags')"
with:
password: ${{ secrets.TEST_PYPI_API_TOKEN }}
repository_url: https://test.pypi.org/legacy/
Expand Down
2 changes: 1 addition & 1 deletion setup.cfg
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[metadata]
name = acanthophis
version = 0.1.9
version = 0.1.10
author = Dr. K. D. Murray
author_email = [email protected]
description = A comprehensive, opinionated plant variant calling pipeline in Snakemake
Expand Down

0 comments on commit dde868a

Please sign in to comment.