8000 newer .NET SDK might push symbols package along with the main package… · pythonnet/pythonnet@dee41b8 · GitHub
[go: up one dir, main page]

Skip to content

Commit dee41b8

Browse files
committed
newer .NET SDK might push symbols package along with the main package, so when pushing symbols package, allow conflicts
1 parent bcbed52 commit dee41b8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/nuget-preview.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -56,7 +56,7 @@ jobs:
5656
- name: Publish NuGet
5757
run: |
5858
dotnet nuget push --source https://api.nuget.org/v3/index.json --api-key ${{ secrets.NUGET_MONTHLY }} Release-Preview/*.nupkg
59-
dotnet nuget push --source https://api.nuget.org/v3/index.json --api-key ${{ secrets.NUGET_MONTHLY }} Release-Preview/*.snupkg
59+
dotnet nuget push --skip-duplicate --source https://api.nuget.org/v3/index.json --api-key ${{ secrets.NUGET_MONTHLY }} Release-Preview/*.snupkg
6060
6161
# TODO: Run perf tests
6262
# TODO: Run mono tests on Windows?

0 commit comments

Comments
 (0)
0