Skip to content

Commit

Permalink
Remove branch constraint for publish test
Browse files Browse the repository at this point in the history
  • Loading branch information
phackstock committed Sep 6, 2023
1 parent 08a1cea commit 8afdae7
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions .github/workflows/publish_conda.yaml
Original file line number Diff line number Diff line change
@@ -1,6 +1,5 @@
on:
workflow_dispatch:
branches: [main]

jobs:
test:
Expand All @@ -11,7 +10,7 @@ jobs:
uses: actions/conda-skeleton-publish@v1
with:
pypi_package: "driptorch"
python_version: "3.10 3.11"
python_version: "3.10"
upload_channel: "conda-forge"
access_token: ${{ secrets.ANACONDA_TOKEN }}
stable: true

0 comments on commit 8afdae7

Please sign in to comment.