Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
11 changes: 6 additions & 5 deletions .fern/metadata.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"cliVersion": "5.37.12",
"cliVersion": "5.17.0",
"generatorName": "fernapi/fern-python-sdk",
"generatorVersion": "5.12.11",
"generatorVersion": "5.12.1",
"generatorConfig": {
"client": {
"class_name": "Client",
Expand All @@ -10,8 +10,9 @@
"exported_filename": "pipedream.py"
}
},
"originGitCommit": "320eac6d2809f95097ec1bb8cdb630cf13316b22",
"originGitCommitIsDirty": true,
"invokedBy": "manual",
"originGitCommit": "0154aca6f568afe2b2c183a43a8454aa86412754",
"originGitCommitIsDirty": false,
"invokedBy": "ci",
"ciProvider": "github",
"sdkVersion": "2.0.5"
}
13 changes: 7 additions & 6 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -50,8 +50,6 @@ jobs:
needs: [compile, test]
if: github.event_name == 'push' && contains(github.ref, 'refs/tags/')
runs-on: ubuntu-latest
permissions:
id-token: write
steps:
- name: Checkout repo
uses: actions/checkout@v4
Expand All @@ -64,7 +62,10 @@ jobs:
curl -sSL https://install.python-poetry.org | python - -y --version 1.5.1
- name: Install dependencies
run: poetry install
- name: Build package
run: poetry --no-interaction -v build
- name: Publish package
uses: pypa/gh-action-pypi-publish@release/v1
- name: Publish to pypi
run: |
poetry config repositories.remote https://upload.pypi.org/legacy/
poetry --no-interaction -v publish --build --repository remote --username "$PYPI_USERNAME" --password "$PYPI_PASSWORD"
env:
PYPI_USERNAME: ${{ secrets.PYPI_USERNAME }}
PYPI_PASSWORD: ${{ secrets.PYPI_PASSWORD }}
318 changes: 132 additions & 186 deletions poetry.lock

Large diffs are not rendered by default.

Loading
Loading