Skip to content

Commit 197e2cd

Browse files
authored
Merge pull request #17 from tableau/release/3.0.1
Release 3.0.1
2 parents 730f57b + 04e63e4 commit 197e2cd

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/sdk-workflow.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -111,7 +111,6 @@ jobs:
111111
build-config: ${{ vars.PUBLISH_CONFIGURATION }}
112112
publish-environment: internal-dryrun
113113
beta-version: ${{ needs.define-version.outputs.beta-version }}
114-
publish-artifact: true
115114
python-publish-package-public-dryrun:
116115
needs: [ define-version, dotnet-build ]
117116
uses: ./.github/workflows/python-package.yml
@@ -121,6 +120,7 @@ jobs:
121120
build-config: ${{ vars.PUBLISH_CONFIGURATION }}
122121
publish-environment: public-dryrun
123122
beta-version: ${{ needs.define-version.outputs.beta-version }}
123+
publish-artifact: true
124124
publish-docs-dry-run:
125125
needs: [ dotnet-test, dotnet-publish-package-internal-dryrun, dotnet-publish-package-public-dryrun, python-publish-package-internal-dryrun, python-publish-package-public-dryrun ]
126126
uses: ./.github/workflows/publishdocs-dryrun.yml

Directory.Build.props

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
<Nullable>enable</Nullable>
55
<TreatWarningsAsErrors>true</TreatWarningsAsErrors>
66
<EnforceCodeStyleInBuild>true</EnforceCodeStyleInBuild>
7-
<Version>3.0.0</Version>
7+
<Version>3.0.1</Version>
88
<Authors>Salesforce, Inc.</Authors>
99
<Company>Salesforce, Inc.</Company>
1010
<Copyright>Copyright (c) 2024, Salesforce, Inc. and its licensors</Copyright>

0 commit comments

Comments
 (0)