mirror of
https://github.com/mendableai/firecrawl.git
synced 2024-11-16 11:42:24 +08:00
for test purposes
This commit is contained in:
parent
af9e6c94a0
commit
fcea2d30b8
3
.github/workflows/publish-python-sdk.yml
vendored
3
.github/workflows/publish-python-sdk.yml
vendored
|
@ -1,7 +1,7 @@
|
|||
name: Publish Python SDK
|
||||
|
||||
on:
|
||||
pull_request:
|
||||
push:
|
||||
branches:
|
||||
- main
|
||||
|
||||
|
@ -45,5 +45,4 @@ jobs:
|
|||
TWINE_PASSWORD: ${{ secrets.PYPI_PASSWORD }}
|
||||
run: |
|
||||
echo "Publishing to PyPI"
|
||||
# twine upload dist/*
|
||||
|
||||
|
|
Loading…
Reference in New Issue
Block a user