Skip to content

Commit c8673f1

Browse files
Rename project on pypi to dls-dodal (#72)
1 parent dcac18a commit c8673f1

File tree

3 files changed

+6
-2
lines changed

3 files changed

+6
-2
lines changed

.github/workflows/code.yml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -176,6 +176,10 @@ jobs:
176176
env:
177177
HAS_PYPI_TOKEN: ${{ secrets.PYPI_TOKEN != '' }}
178178

179+
environment:
180+
name: pypi
181+
url: https://pypi.org/p/dls-dodal
182+
179183
steps:
180184
- uses: actions/download-artifact@v3
181185

README.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ dodal
77
Ophyd devices and other utils that could be used across DLS beamlines
88

99
============== ==============================================================
10-
PyPI ``pip install dodal``
10+
PyPI ``pip install dls-dodal``
1111
Source code https://github.com/DiamondLightSource/dodal
1212
Documentation https://DiamondLightSource.github.io/dodal
1313
Releases https://github.com/DiamondLightSource/dodal/releases

docs/user/tutorials/installation.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ Installing the library
2525

2626
You can now use ``pip`` to install the library and its dependencies::
2727

28-
$ python3 -m pip install dodal
28+
$ python3 -m pip install dls-dodal
2929

3030
If you require a feature that is not currently released you can also install
3131
from github::

0 commit comments

Comments
 (0)