We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 2d53204 commit 184b8b6Copy full SHA for 184b8b6
2 files changed
.github/workflows/publish.yml
@@ -16,7 +16,7 @@ jobs:
16
publish:
17
name: Publish distribution to PyPI
18
runs-on: ubuntu-latest
19
- if: startsWith(github.ref, 'refs/tags/v')
+ if: startsWith(github.ref, 'refs/tags/microsoft-kiota-abstractions-v')
20
environment: pypi_prod
21
needs: [build]
22
env:
packages/serialization/multipart/CHANGELOG.md
@@ -42,5 +42,3 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
42
### Added
43
44
- Added support for multipart serialization for Python.[microsoft/kiota#3030](https://github.com/microsoft/kiota/issues/3030)
45
-
46
-### Changed
0 commit comments