Skip to content

Commit

Permalink
Fix publish
Browse files Browse the repository at this point in the history
  • Loading branch information
CommanderTvis committed Jul 15, 2021
1 parent 4a9d65d commit 7c686c7
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 5 deletions.
3 changes: 0 additions & 3 deletions .github/workflows/publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -50,8 +50,5 @@ jobs:
shell: cmd
run: >
gradlew release --no-daemon -Ppublishing.enabled=true -Ppublishing.platform=mingwX64
-Ppublishing.github.user=${{ secrets.PUBLISHING_GITHUB_USER }}
-Ppublishing.github.token=${{ secrets.PUBLISHING_GITHUB_TOKEN }}
-Ppublishing.github=false
-Ppublishing.space.user=${{ secrets.PUBLISHING_SPACE_USER }}
-Ppublishing.space.token=${{ secrets.PUBLISHING_SPACE_TOKEN }}
4 changes: 2 additions & 2 deletions build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -167,8 +167,8 @@ readme {
}

ksciencePublish {
github("kmath-gsl")
space()
vcs("https://github.com/mipt-npm/kmath-gsl")
space(publish = true)
}

apiValidation.nonPublicMarkers.add("space.kscience.kmath.misc.UnstableKMathAPI")
Expand Down

0 comments on commit 7c686c7

Please sign in to comment.