Skip to content

Commit

Permalink
Merge branch 'main' of https://github.com/cosbidev/PyTrack
Browse files Browse the repository at this point in the history
  • Loading branch information
matteotortora committed Jun 7, 2022
2 parents a7ad9aa + b3790cf commit 7953516
Showing 1 changed file with 16 additions and 0 deletions.
16 changes: 16 additions & 0 deletions .github/workflows/publish_conda.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,16 @@
name: publish_conda

on:
workflow_dispatch

jobs:
publish:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- name: publish-to-conda
uses: fcakyon/[email protected]
with:
subdir: 'conda'
anacondatoken: ${{ secrets.ANACONDA_TOKEN }}
platforms: 'win osx'

0 comments on commit 7953516

Please sign in to comment.