Skip to content

Publishing in CI #16

Description

@Nemo157

I've recently been looking at revamping my CI setup, which has included publishing in CI since before Rust 1.0 (damn, time really flies). As part of that I finally got round to looking into what it would take to have Travis.CI support it natively, turns out it is pretty trivial so there's now a PR that should hopefully allow publishing via something as simple as

deploy:
  provider: cratesio
  token:
    secure: "<Encrypted API Token>"

(well, once you add all the other configuration you might want like checking you remembered to bump the version number and verifying GPG signed tags you end up with something like this, but that's still slightly nicer than using the script provider).

Metadata

Metadata

Assignees

No one assigned

    Type

    No type
    No fields configured for issues without a type.

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions