X Tutup
Skip to content

Commit 39d9250

Browse files
committed
feat: Update 123
1 parent c5e5b17 commit 39d9250

File tree

1 file changed

+1
-10
lines changed

1 file changed

+1
-10
lines changed

.github/workflows/release-to-pypi.yml

Lines changed: 1 addition & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -51,13 +51,4 @@ jobs:
5151
- name: Publish to PyPI
5252
uses: pypa/gh-action-pypi-publish@release/v1
5353
with:
54-
packages-dir: dist/nc release → main
55-
uses: peter-evans/create-pull-request@v5
56-
with:
57-
token: ${{ secrets.GITHUB_TOKEN }}
58-
base: main
59-
head: release
60-
title: "chore: merge release changes back into main"
61-
body: |
62-
This PR was created automatically after publishing a new PyPI release.
63-
It keeps `main` in sync with version and changelog updates.
54+
packages-dir: dist/

0 commit comments

Comments
 (0)
X Tutup