Skip to content

Commit d7edc5e

Browse files
committed
rm todo to conda
1 parent 88637c2 commit d7edc5e

File tree

2 files changed

+2
-6
lines changed

2 files changed

+2
-6
lines changed

.github/workflows/_release_pre.yaml

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -61,9 +61,7 @@ jobs:
6161
is_prerelease: "yes"
6262
version_number: ${{ needs.release_metadata.outputs.version_number }}
6363
ref: ${{ needs.update_changelog.outputs.changelog_commitish }}
64+
6465
# Publishes the package to PyPI using PyPA official GitHub action with OIDC authentication.
6566
- name: Publish package to PyPI
6667
uses: pypa/gh-action-pypi-publish@release/v1
67-
68-
# TODO: add job for publish package to Conda
69-
# https://github.com/apify/crawlee-python/issues/104

.github/workflows/manual_release_stable.yaml

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -91,13 +91,11 @@ jobs:
9191
is_prerelease: ""
9292
version_number: ${{ needs.release_metadata.outputs.version_number }}
9393
ref: ${{ needs.update_changelog.outputs.changelog_commitish }}
94+
9495
# Publishes the package to PyPI using PyPA official GitHub action with OIDC authentication.
9596
- name: Publish package to PyPI
9697
uses: pypa/gh-action-pypi-publish@release/v1
9798

98-
# TODO: add job for publish package to Conda
99-
# https://github.com/apify/crawlee-python/issues/104
100-
10199
trigger_docker_build:
102100
name: Trigger Docker image build
103101
needs: [release_metadata, update_changelog]

0 commit comments

Comments
 (0)