Skip to content

Commit

Permalink
feat: add pypi publish config
Browse files Browse the repository at this point in the history
  • Loading branch information
Ofahmy143 committed Oct 1, 2024
1 parent 433ec64 commit a2ecd55
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 3 deletions.
4 changes: 4 additions & 0 deletions .github/workflows/pipeline.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,3 +6,7 @@ jobs:
quality-test:
name: Test/Quality
uses: DelfinaCare/rls/.github/workflows/quality.yml@main

# release:
# name: Release
# uses: DelfinaCare/rls/.github/workflows/release.yml@main
6 changes: 3 additions & 3 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -81,9 +81,9 @@ name = "origin"
type = "github"
ignore_token_for_push = false

# [tool.semantic_release.publish]
# dist_glob_patterns = ["dist/*"]
# upload_to_vcs_release = true
[tool.semantic_release.publish]
dist_glob_patterns = ["dist/*"]
upload_to_vcs_release = true



Expand Down

0 comments on commit a2ecd55

Please sign in to comment.