Skip to content

Commit

Permalink
disable nightly
Browse files Browse the repository at this point in the history
  • Loading branch information
tknopp authored Apr 24, 2021
1 parent d91eb7c commit ac72f94
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ jobs:
version:
- '1.3' # Replace this with the minimum Julia version that your package supports. E.g. if your package requires Julia 1.5 or higher, change this to '1.5'.
- '1' # Leave this line unchanged. '1' will automatically expand to the latest stable 1.x release of Julia.
- 'nightly'
#- 'nightly'
os:
- ubuntu-latest
- macos-latest
Expand Down

2 comments on commit ac72f94

@tknopp
Copy link
Member Author

@tknopp tknopp commented on ac72f94 Apr 24, 2021

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@JuliaRegistrator register()

@JuliaRegistrator
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Registration pull request created: JuliaRegistries/General/35193

After the above pull request is merged, it is recommended that a tag is created on this repository for the registered package version.

This will be done automatically if the Julia TagBot GitHub Action is installed, or can be done manually through the github interface, or via:

git tag -a v0.3.4 -m "<description of version>" ac72f94fc3765fd36a7159ecea846baeec675ef0
git push origin v0.3.4

Please sign in to comment.