Skip to content

Commit

Permalink
devops: fix conda publishing
Browse files Browse the repository at this point in the history
  • Loading branch information
mxschmitt committed Nov 25, 2024
1 parent fb51327 commit a32dd82
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/python-publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,5 +24,5 @@ jobs:
ANACONDA_API_TOKEN: ${{ secrets.ANACONDA_API_TOKEN }}
run: |
conda config --set anaconda_upload yes
conda build --user microsoft pytest-playwright
conda build --user microsoft .
conda build --user microsoft --variant-config-file conda_build_config_asyncio.yaml .

0 comments on commit a32dd82

Please sign in to comment.