Skip to content

Commit

Permalink
Merge pull request #342 from bluesky/updated-to-latest-copier
Browse files Browse the repository at this point in the history
updated from copier template
  • Loading branch information
evalott100 authored Jan 7, 2025
2 parents 47e8d54 + 2ff45a6 commit acd40a9
Show file tree
Hide file tree
Showing 6 changed files with 16 additions and 8 deletions.
2 changes: 1 addition & 1 deletion .copier-answers.yml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
# Changes here will be overwritten by Copier
_commit: 2.4.0
_commit: 2.6.0
_src_path: gh:DiamondLightSource/python-copier-template
author_email: [email protected]
author_name: Brookhaven National Lab
Expand Down
8 changes: 4 additions & 4 deletions .devcontainer/devcontainer.json
Original file line number Diff line number Diff line change
Expand Up @@ -28,11 +28,11 @@
}
},
"features": {
// Some default things like git config
"ghcr.io/devcontainers/features/common-utils:2": {
"upgradePackages": false
}
// add in eternal history and other bash features
"ghcr.io/diamondlightsource/devcontainer-features/bash-config:1.0.0": {}
},
// Create the config folder for the bash-config feature
"initializeCommand": "mkdir -p ${localEnv:HOME}/.config/bash-config",
"runArgs": [
// Allow the container to access the host X11 display and EPICS CA
"--net=host",
Expand Down
2 changes: 1 addition & 1 deletion .github/CONTRIBUTING.md
Original file line number Diff line number Diff line change
Expand Up @@ -75,4 +75,4 @@ Hints to make the integration of your changes easy (and happen faster):
* All algorithms need documentation, don't forget the .rst file
* Don't take changes requests to change your code personally

For more information on common tasks like setting up a developer environment, running the tests, and setting a pre-commit hook, see the template's [How-to guides](https://diamondlightsource.github.io/python-copier-template/2.4.0/how-to.html).
For more information on common tasks like setting up a developer environment, running the tests, and setting a pre-commit hook, see the template's [How-to guides](https://diamondlightsource.github.io/python-copier-template/2.6.0/how-to.html).
2 changes: 2 additions & 0 deletions .github/workflows/_pypi.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,3 +15,5 @@ jobs:

- name: Publish to PyPI using trusted publishing
uses: pypa/gh-action-pypi-publish@release/v1
with:
attestations: false
2 changes: 1 addition & 1 deletion .github/workflows/_release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ jobs:
- name: Create GitHub Release
# We pin to the SHA, not the tag, for security reasons.
# https://docs.github.com/en/actions/learn-github-actions/security-hardening-for-github-actions#using-third-party-actions
uses: softprops/action-gh-release@c062e08bd532815e2082a85e87e3ef29c3e6d191 # v2.0.8
uses: softprops/action-gh-release@e7a8f85e1c67a31e6ed99a94b41bd0b71bbee6b8 # v2.0.9
with:
prerelease: ${{ contains(github.ref_name, 'a') || contains(github.ref_name, 'b') || contains(github.ref_name, 'rc') }}
files: "*"
Expand Down
8 changes: 7 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,12 @@ This repository contains the formal schemas for bluesky's streaming data model
and some Python tooling for composing, validating, and transforming documents
in the model.

Source | <https://github.com/bluesky/event-model>
:---: | :---:
PyPI | `pip install event-model`
Documentation | <https://bluesky.github.io/event-model>
Releases | <https://github.com/bluesky/event-model/releases>

## Where is my data?

For the full details and schema please see the `data_model` section. This is a very quick guide to where
Expand All @@ -32,4 +38,4 @@ you should look for / put different kinds of information

<!-- README only content. Anything below this line won't be included in index.md -->

See https://bluesky.github.io/event-model for more detailed documentation.
See <https://bluesky.github.io/event-model> for more detailed documentation.

0 comments on commit acd40a9

Please sign in to comment.